STEP 2: We'll use these float values to create random coins and fill our piggy bank. We need a new list to store all the coins we create.
We will randomly pick coin values from the options in coin_values and store those coin values in this new empty list named coins.
To navigate the page using the TAB key, first press ESC to exit the code editor.